TileOrBuilder

interface TileOrBuilder : GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType, BuilderType>

Inheritors

Functions

Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
abstract fun <Type> getExtension(extension: ExtensionLite<MessageType, Type>): Type
Link copied to clipboard
abstract fun <Type> getExtensionCount(extension: ExtensionLite<MessageType, List<Type>>): Int
Link copied to clipboard
abstract fun getLayers(index: Int): VectorTile.Tile.Layer
repeated .vector_tile.Tile.Layer layers = 3;
Link copied to clipboard
abstract fun getLayersCount(): Int
repeated .vector_tile.Tile.Layer layers = 3;
Link copied to clipboard
repeated .vector_tile.Tile.Layer layers = 3;
Link copied to clipboard
abstract fun <Type> hasExtension(extension: ExtensionLite<MessageType, Type>): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean